CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - driver ioctl

搜索资源列表

  1. 将IOCTL发送到筛选器驱动程序

    0下载:
  2. 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:59470
    • 提供者:陈万通
  1. led_linux2.4.18

    0下载:
  2. Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5734
    • 提供者:Jia-Yang Chen
  1. IoCtrlSample.rar

    0下载:
  2. 这是是NT系统下用户模式和内核模式交互信息的例子,包括应用程序和驱动程序。压缩包内包含了可执行文件和源代码。,Ioctl Sample is a sample application and driver for communicating between user mode and kernel mode on Windows NT operating systems. Binaries and source code.
  3. 所属分类:Driver Develop

    • 发布日期:2015-11-22
    • 文件大小:15998
    • 提供者:夜之护者
  1. WMIClient

    0下载:
  2. 不像IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL,Windows Management Instrumentation(WMI)接口可以用于查询小端口驱动信息,即可以用来查询NDIS小端口驱动支持的OID。本文示例是查询无线网络的信号强度。-Unlike IOCTL_NDIS_QUERY_GLOBAL_STATS IOCTL, Windows Management Instrumentation (WMI) interfaces can be used to query
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:53642
    • 提供者:lie
  1. pci

    0下载:
  2. Linux PCI driver skeleton sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1023
    • 提供者:B.J.
  1. armLinux_2.6.24_SD

    0下载:
  2. 自己开发的,针对cpu:s3c24x0,os:arm_linux 的sd卡的驱动程序,和其他驱动程序不同的是实现了更多ioctl中的功能-Their own development, for cpu: s3c24x0, os: arm_linux the sd card driver, and other drivers is to achieve a different ioctl function more
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:12946
    • 提供者:潘雨尘
  1. ioctl_example

    0下载:
  2. mDoc driver ioctl example source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6227
    • 提供者:zayin
  1. chrdev_led_five_function

    0下载:
  2. 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and with the realization of the le
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3291
    • 提供者:lifegnwei
  1. DrvFltIp

    0下载:
  2. 防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。   2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则).   3)对于我们的驱动,我们实现多个用于过滤的函数。 -Firewall filter dri
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:18848
    • 提供者:test
  1. Linux-driver-development13

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第13章、Linux块设备驱动。块设备是与字符设备并列的概念,这两类设备在Linux中驱动的结构有较大差异,总体而言,块设备驱动比字符设备驱动要复杂得多,在I/O操作上表现出极大的不同,缓冲、I/O调度、请求队列等都是与块设备驱动相关的概念。本章将详细讲解Linux块设备驱动的编程方法。13.1节讲解块设备I/O操作的特点,分析字符设备与块设备在I/O操作上的差异。13.2节从整体上描述Linux块设备驱动
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:645331
    • 提供者:华清远见
  1. SCULL

    0下载:
  2. linux下简单的设备驱动程序,实现了读写、定位文件指针、ioctl清零以及简单的读写控制。-the simple linux device driver, to achieve the reading and writing, positioning the file pointer, ioctl clear and simple to read and write control.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:143334
    • 提供者:汪荔枝
  1. linux_device_ioctl

    0下载:
  2. linux_device_ioctl ioctl是设备驱动程序中对设备的IO通道进行管理的的函数,程序可以通过ioctl想设备发送命令、参数等配置信息-linux_device_ioctl ioctl is device driver for device IO channel management functions, the program can send commands via ioctl to the device, parameters and other configurat
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:75076
    • 提供者:sun
  1. ipsender3.1

    0下载:
  2. linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。-linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-13
    • 文件大小:3112704
    • 提供者:easonwang
  1. SSDT-Hook-Driver-and-mfc-interface

    0下载:
  2. HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK-SSDT Hook Driver test with mfc interface
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-28
    • 文件大小:11135059
    • 提供者:yangzhe
  1. driver

    0下载:
  2. Linux驱动初级 包括hello world 字符驱动的 resgister/read/ write 及 ioctl等一些基础源码-Linux drivers for the primary character-driven, including hello world resgister/read/write, and ioctl basic source
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-22
    • 文件大小:26194
    • 提供者:颜建文
  1. ioctl

    0下载:
  2. ATM ioctl handling driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:2909
    • 提供者:gaviwen
  1. ioctl

    0下载:
  2. Marvell Wireless LAN device driver: ioctl data structures & APIs for Linux Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3054
    • 提供者:qeiqunrue
  1. cx23885-ioctl

    0下载:
  2. Driver for the Conexant CX23885 PCIe bridge for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:959
    • 提供者:runmueten
  1. dspapi-ioctl

    0下载:
  2. DSP-BIOS Bridge driver support functions for TI OMAP processors for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2422
    • 提供者:rjlwvu
  1. cx23885-ioctl

    0下载:
  2. Driver for the Conexant CX23885 7 8 PCIe bridge.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:dkpengbang
« 12 3 4 »
搜珍网 www.dssz.com